shortcutlabel: Make parameter names match
authorTimm Bäder <mail@baedert.org>
Thu, 4 Aug 2016 11:33:07 +0000 (13:33 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 4 Aug 2016 11:33:07 +0000 (13:33 +0200)
gtk/gtkshortcutlabel.h

index e45669ed3e5bd9446ea0af225e49d8829b3de82f..a3db3b7f966e7a3a019fe0acc123ad116c2dd15a 100644 (file)
@@ -52,7 +52,7 @@ const gchar *gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self);
 
 GDK_AVAILABLE_IN_3_22
 void         gtk_shortcut_label_set_disabled_text (GtkShortcutLabel *self,
-                                                   const gchar      *unset_text);
+                                                   const gchar      *disabled_text);
 
 G_END_DECLS